home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / gaplib.readme < prev    next >
Text File  |  1999-01-01  |  1KB  |  48 lines

  1. Short:    Comprehensive Genetic Algorithm Programming Library.
  2. Author:   Peter Bengtsson <a94petbe@ida.his.se>
  3. Uploader: Peter Bengtsson <a94petbe@ida.his.se>
  4. Version:  0.74
  5. Type:     dev/c
  6.  
  7.  
  8. GAP-Lib, beta1.
  9.  
  10. A comprehensive programminglibrary for Genetic Algorithms.
  11.  
  12. Genetic algorithms are a class of fairly recent and remarkably
  13. powerful and flexible set of optimization/search strategies.
  14.  
  15. Genetic algorithms can be used for a multitude of problems such
  16. as function optimization, searching for solutions, best-fit problems, 
  17. evolving rule-based control systems and much much more.
  18.  
  19. The basis of genetic algorithms is the population, a set
  20. of candidate solutions or partial solutions which can
  21. be evaluated and compared to the other candidates in the set.
  22.  
  23. For a more in-depth look at genetic algorithms, I recommend
  24. that you find some introductory book.
  25.  
  26. This archive contains:
  27.  
  28. * Documentation
  29.  
  30. * Examples
  31.  
  32. * Tutorial
  33.  
  34. * Source wizard (Generates program skeletons for you)
  35.  
  36. * Binary libraries for 68k (SAS/C & GCC or compatible.)
  37.  
  38. * Utility code
  39.  
  40. * C++ wrapper
  41.  
  42. * Diagnostic source for the libraries.
  43.  
  44. Source code for the library itself is not available at
  45. this stage.
  46.  
  47.     -Peter
  48.